Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



dos interrupt 21h function 09h to display a string


Home  > 8086  > interrupt list  > int 21 dos services interrupt  > dos interrupt 21h function 09h to display a string 
       
int 21  / 09H 

Dos interrupt 21h Function 09H to display  a string. here u go simple program 

Here make sure that the string ends with a $
mov ah,09h
mov dx,offset msg
int 21h

msg db "Hello world this is just a test $"




  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam